home *** CD-ROM | disk | FTP | other *** search
/ Experimental BBS Explossion 3 / Experimental BBS Explossion III.iso / database / auror120.zip / AMEN.A < prev    next >
Text File  |  1994-01-14  |  13KB  |  461 lines

  1.  
  2. //┌────────────────────────────────────────────────────────────────────┐
  3. //│ The Aurora Editor v1.20  - Menu definitions                        │
  4. //│                                                                    │
  5. //│ Please keep a backup copy of this file.                            │
  6. //│                                                                    │
  7. //│ For a description of these menu definitions and how to change      │
  8. //│ them, select the "Key/Mouse/Trans Config" item from the "Help"     │
  9. //│ pull-down menu. Then then select "Defining Menus" from the         │
  10. //│ submenu.                                                           │
  11. //│                                                                    │
  12. //│ If you have changed any menu definitions, save this file and       │
  13. //│ select "Restore Settings" from the "Set" pulldown menu. Exit and   │
  14. //│ and re-enter the editor for your changes to take effect.           │
  15. //└────────────────────────────────────────────────────────────────────┘
  16.  
  17.  
  18.   // edit window menu bar and tool bar
  19.   fun  EditMen (
  20.     winmen @ @ %&File %&Window %&Block %&Search %F&old %&Edit %&Clip
  21.                %&Print %Se&t %M&acro %&Help.
  22.     winmen @ 1 %<&&≡> %<&&?> %<&&*> %<&&/> %<&&─> %<&&|> %<&&o> %<&&s>
  23.                %<&&F> %<&&f> %<&&r> %<&&«> %<&&»> %<&&>> %<&&<>.
  24.   ).
  25.  
  26.   // file manager window menu bar
  27.   fun  FmgrMen (
  28.     winmen @ @ %&File %&Window %&Mark %&Command %&Sort %&Print %Se&t
  29.                %M&acro %&Help.
  30.   ).
  31.  
  32.  
  33.  
  34.   // pull-down menus for edit windows
  35.   texmen
  36.  
  37.   %editFile
  38.     " &New                Ctrl-N|newf"
  39.     " &Open..              Alt-E|askopen"
  40.     " Open and &Insert..   Alt-I|askopenins"
  41.     " Open &Binary..|askopenb"
  42.     " Open Las&t           Alt-Z|openlast"
  43.     " &Rename..            Alt-N|askname"
  44.     " &Save                   F3|save"
  45.     " Sa&ve As..|asksaveas"
  46.     "─"
  47.     " &File Manager..         F4|fmgr"
  48.     " Ne&xt             Ctrl-Del|fnex"
  49.     " &Prev             Ctrl-Ins|fpre"
  50.     " &List..            Alt-(-)|flis"
  51.     "─"
  52.     " &Close               Alt-Q|quit %p"
  53.     " Close &All           Alt-X|gquit %p"
  54.     " Sav&e and Close     Ctrl-X|quit %f"
  55.     " Save an&d Close All       |gquit %f"
  56.     "─"
  57.     " Abo&ut..|about"
  58.   ,
  59.  
  60.   %editWindow
  61.     " &Restore|wres"
  62.     " &Move/Size      Ctrl-F5|wkey"
  63.     " P&an            Ctrl-F6|wkey %p"
  64.     " M&inimize|wmin"
  65.     " Ma&ximize        Ctrl-Z|wmax"
  66.     " &Next            Ctrl-A|wnex"
  67.     " &Prev|wpre"
  68.     " &List..           Alt-W|wlis"
  69.     "─"
  70.     " &Copy            Ctrl-C|wcopy"
  71.     " Split Hor&z       Alt-H|wspl %h"
  72.     " Split Ver&t       Alt-V|wspl %v"
  73.     "─"
  74.     " Ca&scade       Shift-F5|wcasc"
  75.     " Tile &Horz     Shift-F4|wtileh"
  76.     " Tile &Vert     Shift-F3|wtilev"
  77.     "─"
  78.     " Tool &Bar       Ctrl-F8|wtool"
  79.     " St&yle Toggle   Ctrl-F7|wsty"
  80.     " Pr&ompt Toggle|wppt"
  81.   ,
  82.  
  83.   %editMark
  84.     " Mark &Line        Alt-L|mset %l"
  85.     " Mark &Column      Alt-B|mset %r"
  86.     " Mark C&haracter   Alt-A|mset %s"
  87.     " Mark &Word        Alt-1|wrdmrk Cset"
  88.     " Mark to &EOL      Alt-2|meol"
  89.     " Mark &Paragraph   Alt-3|mpgh %tb"
  90.     "─"
  91.     " &Unmark           Alt-U|mdes"
  92.   ,
  93.  
  94.   %editBlock
  95.     " Mar&k..              |mens %editMark"
  96.     " &Copy            Alt-C|mcpy"
  97.     " &Overlay         Alt-O|mmov %o"
  98.     " &Move            Alt-M|mmov"
  99.     " Mo&ve Over      Ctrl-M|mmov %of"
  100.     " &Delete          Alt-D|mdel"
  101.     " &Indent       Shift-F8|mshf 1"
  102.     " Uninden&t     Shift-F7|mshf -1"
  103.     "─"
  104.     " &Fill         Ctrl-K-F|askmfill"
  105.     " &Reflow          Alt-R|mrfl %b"
  106.     " Reflow R&Just    Alt-Y|mrfl %br"
  107.     " S&ave..       Ctrl-K-S|msave"
  108.     " &Sort         Ctrl-K-O|msrt"
  109.     " Lo&wercase|mcase %l"
  110.     " U&ppercase    Ctrl-K-U|mcase %u"
  111.     "─"
  112.     " &Left Justify|mjust"
  113.     " Ri&ght Justify|mjust %r"
  114.     " Ce&nter       Ctrl-K-C|mjust %c"
  115.   ,
  116.  
  117.   %editSearch
  118.     " &Find..           F5 or Ctrl-F|askfind"
  119.     " Re&place..              Ctrl-G|askrpl"
  120.     " &Repeat Last Find/Repl  Ctrl-L|finl"
  121.     " &Scan Files..           Ctrl-S|askscan"
  122.     "─"
  123.     " &Quick Bookmark         Ctrl-2|bset"
  124.     " Pre&v Bookmark          Ctrl-6|bget"
  125.     " Place &Bookmark..|askbset"
  126.     " &Go to Bookmark..|askbget"
  127.     "─"
  128.     " Go to &Line..           Ctrl-J|askglin"
  129.     " Go to &Column..|askgcol"
  130.     " Go to Bloc&k Start      Ctrl-B|mloc @ %t"
  131.     " Go to Block En&d|mloc @ %b"
  132.     " Go to Ne&xt Fold         Alt-7|cfld"
  133.     " G&o to Prev Fold|cfld %r"
  134.     "─"
  135.     " Find &Matching Char     Alt-F3|finm"
  136.     " Go to Compiler &Error   Alt-F7|finc %m"
  137.   ,
  138.  
  139.   %editFold
  140.     " &Fold Next Line     Alt-8|lfld %b"
  141.     " Fold &Prev Line|lfld %t"
  142.     "─"
  143.     " Fold &Block         Alt-F|mfld %f"
  144.     " Fold Bloc&k Flat|mfld %uaf"
  145.     "─"
  146.     " &Unfold Line        Alt-G|lfld %u"
  147.     " Unfold &Line Flat|lfld %ua"
  148.     " Unfold Ne&xt Line   Alt-9|lfld %bs"
  149.     " Unfold Pre&v Line|lfld %ts"
  150.     "─"
  151.     " Unfold Blo&ck|mfld %u"
  152.     " Unfold Block Fla&t|mfld %ua"
  153.     " Unfold &All         Alt-0|mflda %ua"
  154.   ,
  155.  
  156.   %editEdit
  157.     " &Undo               Ctrl-U|undo"
  158.     " &Redo               Ctrl-Y|undo %r"
  159.     "─"
  160.     " &Insert Line    Ctrl-Enter|lins %a"
  161.     " &Delete Line    Ctrl-Baksp|ldel"
  162.     " &Split Line          Alt-S|lspl"
  163.     " &Join Line           Alt-J|ljoin"
  164.     "─"
  165.     " &Erase to End           F6|leol"
  166.     " Delete Right &Word  Ctrl-T|wrddel CSet"
  167.     " Du&plicate Line      Alt-4|ldup"
  168.     " Sw&ap Lines          Alt-5|lswp"
  169.     " Ce&nter Line         Alt-6|lcen"
  170.     "─"
  171.     " &Comment Line       Alt-F1|lcom"
  172.     " Enter &Literal..    Ctrl-[|lit"
  173.     " Ascii C&hart..       Alt-=|wasc"
  174.     " Date/&Time Stamp  Ctrl-K-T|stamp"
  175.     " E&xpand Tabs      Ctrl-K-X|exptab"
  176.   ,
  177.  
  178.   %editClip
  179.     " Cu&t               Grey-|clpcpy %d"
  180.     " Cut &Append   Ctrl-Grey-|clpcpy %ad"
  181.     " &Copy              Grey+|clpcpy"
  182.     " Cop&y Append  Ctrl-Grey+|clpcpy %a"
  183.     "─"
  184.     " &Paste             Grey*|clppst"
  185.     " Paste &Over   Ctrl-Grey*|clppst %o"
  186.     "─"
  187.     " C&lear        Ctrl-Grey/|clpclr"
  188.     " Clip&board..|*askclp"
  189.   ,
  190.  
  191.   %editPrint
  192.     " &Print           Ctrl-P|print"
  193.     " Print &Block      Alt-P|print %m"
  194.     " Print &Formfeed|prtstr (byte 12)"
  195.     " Print &Settings..|*askprtset"
  196.   .
  197.  
  198.   texmen
  199.  
  200.   %Fonts
  201.     " 80 cols x 1&4 rows|*vfont 80 14"
  202.     " 80 cols x 2&1 rows|*vfont 80 21"
  203.     " 80 cols x 2&5 rows|*vfont 80 25"
  204.     " 80 cols x 2&8 rows|*vfont 80 28"
  205.     " 80 cols x 4&3 rows|*vfont 80 43"
  206.     " 80 cols x 5&0 rows|*vfont 80 50"
  207.     "─"
  208.     " 40 cols x &25 rows|*vfont 40 25"
  209.   ,
  210.  
  211.   // Note: do not change the first 8 lines of this menu
  212.   // (except for key definitions)
  213.   %editSet
  214.     " &Word Wrap          Ctrl-W|wmwrap"
  215.     " &AutoIndent|wmautoi"
  216.     " &Variable Tabs|wmvtab"
  217.     " &Smart Tabs|wmsmtab"
  218.     " &Match Character|wmmat"
  219.     " &Backup|wmbak"
  220.     " &Translate          Alt-F4|wmtran"
  221.     " Line &Draw          Ctrl-D|wmdraw"
  222.     " Line St&yle..            |mens %LineStyle"
  223.     "─"
  224.     " Word &Processing..       |mens %WordP"
  225.     " Default File E&xtensions..|*askdefx"
  226.     " Bi&nary Line Length..|*askbin"
  227.     " Line De&limiter..|*askdlm"
  228.     "─"
  229.     " V&ideo Mode..            |mens %Fonts"
  230.     " Video To&ggle      Ctrl-F1|*vfont %t"
  231.     "─"
  232.     " Save &Current Settings|setsav"
  233.     " &Restore Settings   Alt-F2|setres"
  234.   ,
  235.  
  236.   %WordP
  237.     " &Tab Width..|*asktabw"
  238.     " &Variable Tab Stops..|*asktabv"
  239.     "─"
  240.     " &Left Margin..|*asklmrg"
  241.     " &Right Margin..|*askrmrg"
  242.     " &Paragraph Indent..|*askind"
  243.   ,
  244.  
  245.   // Note: do not change this menu (except for key definitions)
  246.   %LineStyle
  247.     " &Single|sdraws 0"
  248.     " Double &Horizontal|sdraws 1"
  249.     " Double &Vertical|sdraws 2"
  250.     " &Double|sdraws 3"
  251.     " &Eraser|sdraws 4"
  252.   ,
  253.  
  254.   %editMacro
  255.     " &Record Toggle    Ctrl-R|krec"
  256.     " &Play             Ctrl-E|kplay"
  257.     " &Erase            Ctrl-I|kdel"
  258.     " Era&se All|kdel %a"
  259.     " Ope&n..|askkopen"
  260.     " Sa&ve..|askksav"
  261.     " &Assign to Key..|kcat"
  262.     "─"
  263.     " &Configuration..|opena %acfg"
  264.     " &Keys..|opena %akbd"
  265.     " &Menus..|opena %amen"
  266.     "─"
  267.     " Macro Comman&d..  Ctrl-V|askmcmd"
  268.     " R&un Macro..|askmrun"
  269.     " &Include Macro..|askminc"
  270.     " Compi&le Macro..|askmcom"
  271.     "─"
  272.     " &OS Command..     Alt-F9|*askoscmd %ck"
  273.     " OS Cap&ture..     Alt-F8|askoscap"
  274.     " OS S&hell             F9|*osshell"
  275.   ,
  276.  
  277.   %editHelp
  278.     " Ordering &Information|hlp %I 1"
  279.     " &Getting Started|hlp 1 1"
  280.     " &Windows..                |mens %h2"
  281.     " &Menus|hlp 3 1"
  282.     " The Status &Line|hlp 4 1"
  283.     " &File Commands..          |mens %h5"
  284.     " &Editing..                |mens %h6"
  285.     " &OS Commands|hlp 7 1"
  286.     " Using Marked &Blocks|hlp 8 1"
  287.     " The &Clipboard|hlp 9 1"
  288.     " Folding Te&xt|hlp 10 1"
  289.     " &Search and Replace|hlp 11 1"
  290.     " &Printing|hlp 12 1"
  291.     " Setti&ngs..               |mens %h13"
  292.     " &Key Macros|hlp 14 1"
  293.     " Ot&her Commands|hlp 15 1"
  294.     " &The File Manager..       |mens %h16"
  295.     " Config&uration..          |mens %h17"
  296.     " Ke&y/Menu/Trans Config..  |mens %h18"
  297.     " &Appendix..               |mens %hA"
  298.     " &Quick Reference   Shift-F1|qref"
  299.   .
  300.  
  301.   // help submenus
  302.   texmen
  303.  
  304.   %h2
  305.     " &Windows|hlp 2 1"
  306.     " &Learning to use|hlp 2 2"
  307.     " &Panning the Screen|hlp 2 3"
  308.     " Window &Styles|hlp 2 4"
  309.     " &Video Modes|hlp 2 5"
  310.     " P&rompts|hlp 2 6"
  311.   ,
  312.  
  313.   %h5
  314.     " &Create and Loading|hlp 5 1"
  315.     " &Saving and Discarding|hlp 5 2"
  316.     " &Other File Commands|hlp 5 3"
  317.   ,
  318.  
  319.   %h6
  320.     " &Finding your way around|hlp 6 1"
  321.     " &Scrolling|hlp 6 2"
  322.     " &Modifying Text|hlp 6 3"
  323.     " &Undo and Redo|hlp 6 4"
  324.   ,
  325.  
  326.   %h13
  327.     " &Window Settings|hlp 13 1"
  328.     " &Global Settings|hlp 13 2"
  329.   ,
  330.  
  331.   %h16
  332.     " &The File Manager|hlp 16 1"
  333.     " &Creating a Window|hlp 16 2"
  334.     " Changing the &Directory|hlp 16 3"
  335.     " &File Manager Commands|hlp 16 4"
  336.     " &Marking Files|hlp 16 5"
  337.     " &Sorting|hlp 16 6"
  338.   ,
  339.  
  340.   %h17
  341.     " Config&uration|hlp 17 1"
  342.     " &Video|hlp 17 2"
  343.     " &Mouse|hlp 17 3"
  344.     " Word Processin&g|hlp 17 4"
  345.     " &Default File Ext|hlp 17 5"
  346.     " &Open options|hlp 17 6"
  347.     " &Save options|hlp 17 7"
  348.     " &Editing Preferences|hlp 17 8"
  349.     " &Window Preferences|hlp 17 9"
  350.     " &Print Settings|hlp 17 10"
  351.     " Des&ktop Options|hlp 17 11"
  352.     " Memor&y Options|hlp 17 12"
  353.     " O&ther Options|hlp 17 13"
  354.     " C&haracter Sets|hlp 17 14"
  355.     " Te&xt Translation|hlp 17 15"
  356.     " Con&firmations|hlp 17 16"
  357.     " &Colors|hlp 17 17"
  358.     " &Borders|hlp 17 18"
  359.   ,
  360.  
  361.   %h18
  362.     " &Defining the Keyboard|hlp 18 1"
  363.     " &Key Function Names|hlp 18 2"
  364.     " Defining &Compound Keys|hlp 18 3"
  365.     " &Mouse Function Names|hlp 18 4"
  366.     " De&fining Menus|hlp 18 5"
  367.     " The Tool&bar|hlp 18 6"
  368.     " Te&xt Translation|hlp 18 7"
  369.   ,
  370.  
  371.   %hA
  372.     " &Command Line Options|hlp %A 1"
  373.     " &Performance Tips|hlp %B 1"
  374.   .
  375.  
  376.  
  377.   // pull-down menus for file manager windows
  378.   texmen
  379.  
  380.   %fmgrFile
  381.     " &New              Ctrl-N|newf"
  382.     " &Open..            Alt-E|askopen"
  383.     " Open &Binary..|askopenb"
  384.     " Open Las&t         Alt-Z|openlast"
  385.     " &Parent       Ctrl-Baksp|fpar"
  386.     " R&efresh|refresh"
  387.     "─"
  388.     " &Close             Alt-Q|quit %p"
  389.     " Close &All         Alt-X|gquit %p"
  390.     "─"
  391.     " Abo&ut..|about"
  392.   ,
  393.  
  394.   %fmgrWindow
  395.     " &Restore|wres"
  396.     " &Move/Size     Ctrl-F5|wkey"
  397.     " P&an           Ctrl-F6|wkey %p"
  398.     " M&inimize|wmin"
  399.     " Ma&ximize       Ctrl-Z|wmax"
  400.     " &Next           Ctrl-A|wnex"
  401.     " &Prev|wpre"
  402.     " &List..          Alt-W|wlis"
  403.     "─"
  404.     " Ca&scade      Shift-F5|wcasc"
  405.     " Tile &Horz    Shift-F4|wtileh"
  406.     " Tile &Vert    Shift-F3|wtilev"
  407.     "─"
  408.     " Pr&ompt Toggle|wppt"
  409.   ,
  410.  
  411.   %fmgrMark
  412.     " Mark &Toggle   Space|fmtog"
  413.     "─"
  414.     " &Mark All      Alt-M|fmrk"
  415.     " &Unmark All    Alt-U|fumrk"
  416.   ,
  417.  
  418.   %fmgrCommand
  419.     " &Open         Enter,e,o,z|fopen"
  420.     " Open &Binary          b,y|fopen %b"
  421.     " Open &Key Macro         k|fopenk"
  422.     "─"
  423.     " &Move..                 m|fmov"
  424.     " &Copy..                 c|fcpy"
  425.     " &Delete             Del,d|fdel"
  426.     " Re&name..               n|fren"
  427.     "─"
  428.     " &Run                    r|frun %c"
  429.     " &Print                  p|fprt"
  430.     "─"
  431.     " &Attributes..           a|fatt"
  432.     " &Touch                  t|ftch"
  433.     "─"
  434.     " Cr&eate Directory..|fcred"
  435.     " &Scan Files..      Ctrl-S|askscan"
  436.   ,
  437.  
  438.   %fmgrSort
  439.     " &Name        Alt-N|fsrt %n"
  440.     " &Size        Alt-S|fsrt %s"
  441.     " &Date-Time   Alt-D|fsrt %d"
  442.     " &OS Default  Alt-O|fsrt %o"
  443.   ,
  444.  
  445.   %fmgrSet
  446.     " File E&xtensions..|*askdefx"
  447.     " Bi&nary Line Length..|*askbin"
  448.     " L&ine Delimiter..|*askdlm"
  449.     "─"
  450.     " &Video Mode..            |mens %Fonts"
  451.     " Video To&ggle      Ctrl-F1|*vfont %t"
  452.     "─"
  453.     " Save &Current Settings|compile %p"
  454.   ,
  455.  
  456.   %fmgrPrint
  457.     " &Print           Ctrl-P|print %d"
  458.     " Print &Formfeed|prtstr (byte 12)"
  459.     " Print &Settings..|*askprtset"
  460.   .
  461.